Class HTTPsServerImpl

All Implemented Interfaces:
IPCObject, HTTPServer, HTTPsServer, Process

public class HTTPsServerImpl extends HTTPServerImpl implements HTTPsServer
Information provided by the PKI file:

    \class HttpsServer
    
    \brief HttpsServer handles and manipulates the HTTPS server on devices.
    
    \example network().getDevice("Server0").getProcess("HttpsServer")
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setHttpsEnable

      public void setHttpsEnable(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables the HTTPS service.
          
          \param bEnable, true to enable the HTTPS service, false to disable it.
          
              
      Specified by:
      setHttpsEnable in interface HTTPsServer
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • isHttpsEnabled

      public boolean isHttpsEnabled()
      Information provided by the PKI file:
      
          \brief Returns true if the HTTPS service is enabled, otherwise false.
          
          \return bool, true if the HTTPS service is enabled, otherwise false.
          
              
      Specified by:
      isHttpsEnabled in interface HTTPsServer
      Returns:
      boolean Returns a boolean